From a37578823f4b3bf86b7c252fd34490a6656e77fe Mon Sep 17 00:00:00 2001 From: robertl Date: Mon, 18 Jan 2010 20:44:24 +0000 Subject: [PATCH] Move 'tips' column out of capabilities and into mainline doc. --- gui/setup.iss | 2 +- tools/mkcapabilities.in | 11 ----------- xmldoc/formats/an1.xml | 4 ++++ xmldoc/formats/geo.xml | 3 +++ xmldoc/formats/s_and_t.xml | 5 ++++- 5 files changed, 12 insertions(+), 13 deletions(-) diff --git a/gui/setup.iss b/gui/setup.iss index f1e6d6887..3338ebdec 100755 --- a/gui/setup.iss +++ b/gui/setup.iss @@ -1,4 +1,4 @@ -; $Id: setup.iss,v 1.13 2010/01/17 02:27:20 robertl Exp $ +; $Id: setup.iss,v 1.14 2010/01/18 20:44:24 robertl Exp $ ; ; NOTE: setup.iss is generated from setup.iss.in via autoconf. ; The generated setup.iss is checked in to help keep the version numbers diff --git a/tools/mkcapabilities.in b/tools/mkcapabilities.in index 00848db72..5157a2a34 100755 --- a/tools/mkcapabilities.in +++ b/tools/mkcapabilities.in @@ -10,17 +10,6 @@ function getcap(type, cap, sname, lname) { print " " sname "" # This is bad... - printf "" - if (sname == "geo") { - printf "Yes" - } else if (sname == "s_and_t") { - printf "[1][2]" - } else if (sname == "an1") { - printf "Yes" - } - print "" - - for (i = 1; i <= 6; i++) { c = substr(cap, i, 1) printf "" diff --git a/xmldoc/formats/an1.xml b/xmldoc/formats/an1.xml index 96ee14435..b90535736 100644 --- a/xmldoc/formats/an1.xml +++ b/xmldoc/formats/an1.xml @@ -13,3 +13,7 @@ layers by doing something like this: In this case, the merged data will contain all of the properties of the original data. + + +GPSBabel has a page describing creating routable onramps in Street Atlas with GPSBabel. + diff --git a/xmldoc/formats/geo.xml b/xmldoc/formats/geo.xml index 42c1b22a1..f730600cd 100644 --- a/xmldoc/formats/geo.xml +++ b/xmldoc/formats/geo.xml @@ -9,3 +9,6 @@ This is a simple XML-based format containing only very basic information about geocaches. If you can use the GPX format instead, you should consider doing so as it is a much richer format. + +We have a separate page describing how to send from Geocaching.com pages to GPS + diff --git a/xmldoc/formats/s_and_t.xml b/xmldoc/formats/s_and_t.xml index 2eb0956e1..2df639326 100644 --- a/xmldoc/formats/s_and_t.xml +++ b/xmldoc/formats/s_and_t.xml @@ -5,8 +5,11 @@ Microsoft Streets and Trips. It's been exercised on versions from 2003 through 2008. Detailed instructions on how to use it, including preserving hyperlinks, are at -gpsbabel.org +gpsbabel.org + + We have an additional page describing how to solve the traveling salesman problem with Streets & Trips to efficiently optimize a trip with many stops, such as is often made by geocachers. + This format has nothing to do with the .est/axe format used by this program to store routes. -- 2.30.2